home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Candles.dxr / 00198_click on hands.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  419 b   |  16 lines

  1. on mouseDown
  2.   set theName to the name of member the member of sprite the clickOn
  3.   case the clickOn of
  4.     3:
  5.       goNarrator(gMasterData, "134")
  6.     4:
  7.       goNarrator(gMasterData, "133")
  8.     5:
  9.       goNarrator(gMasterData, "132")
  10.     6:
  11.       goNarrator(gMasterData, "131")
  12.   end case
  13.   set the loc of sprite 16 to point(-999, -999)
  14.   set the memberNum of sprite 18 to the number of member (theName && "pic")
  15. end
  16.